Creation information for a compute pipeline. More...
#include <kanzi/gfx/create_info.hpp>
Public Types | |
| using | HandleType |
| Compute pipeline handle. | |
Public Attributes | |
| ShaderHandleGuard | computeHandle |
| Shader handle. | |
| reflection::ReflectionInfo | reflectionInfo |
| Reflection information for the compute shader. | |
Public Attributes inherited from kanzi::gfx::BaseCreateInfo | |
| string_view | name |
| The name of the graphics object, useful for debugging. | |
Creation information for a compute pipeline.
Requires FeatureId::Compute.
Compute pipeline handle.
| ShaderHandleGuard kanzi::gfx::ComputePipelineCreateInfo::computeHandle |
| reflection::ReflectionInfo kanzi::gfx::ComputePipelineCreateInfo::reflectionInfo |
Reflection information for the compute shader.